Trivial: Remove a few +'s
authorMatthias Clasen <mclasen@redhat.com>
Sun, 19 May 2019 15:29:04 +0000 (15:29 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 19 May 2019 15:29:04 +0000 (15:29 +0000)
gtk/gtkapplication.c

index 9b992f686d9f412baf4e2417709f00860e8cca7d..5d8ca76a15065b6406907672560e3301e3f00ad6 100644 (file)
@@ -57,7 +57,7 @@
  * of a GTK+ application in a convenient fashion, without enforcing
  * a one-size-fits-all application model.
  *
- * Currently, GtkApplication handles GTK+ initialization, application
+ * Currently, GtkApplication handles GTK initialization, application
  * uniqueness, session management, provides some basic scriptability and
  * desktop shell integration by exporting actions and menus and manages a
  * list of toplevel windows whose life-cycle is automatically tied to the
  *
  * ## See Also ## {#seealso}
  * [HowDoI: Using GtkApplication](https://wiki.gnome.org/HowDoI/GtkApplication),
- * [Getting Started with GTK+: Basics](https://developer.gnome.org/gtk3/stable/gtk-getting-started.html#id-1.2.3.3)
+ * [Getting Started with GTK: Basics](https://developer.gnome.org/gtk3/stable/gtk-getting-started.html#id-1.2.3.3)
  */
 
 enum {